Platform Explorer / Nuxeo Platform 6.0

Operation Audit.Log (Log Event In Audit)

Description

Log events into audit for each of the input document. The operation accept as input one ore more documents that are returned back as the output.
Operation id Audit.Log
Category Services
Label Log Event In Audit
Requires
Since

Parameters

Name Description Type Required Default value
event string yes  
category string no Automation 
comment string no  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.services.AuditLog
Contributing Component org.nuxeo.ecm.core.automation.featuresContrib

JSON Definition

{
  "id" : "Audit.Log",
  "label" : "Log Event In Audit",
  "category" : "Services",
  "requires" : null,
  "description" : "Log events into audit for each of the input document. The operation accept as input one ore more documents that are returned back as the output.",
  "url" : "Audit.Log",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "event",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : "AuditEvent",
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "category",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "Automation" ]
  }, {
    "name" : "comment",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : "TextArea",
    "order" : 0,
    "values" : [ ]
  } ]
}